.NET Framework Class Library |
TaskCompletionSource<(Of <(TResult>)>) Constructor |
TaskCompletionSource<(Of <(TResult>)>) Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
TaskCompletionSource<(Of <(TResult>)>)()()() |
Creates a TaskCompletionSource<(Of <(TResult>)>).
| |
TaskCompletionSource<(Of <(TResult>)>)(Object) |
Creates a TaskCompletionSource<(Of <(TResult>)>)
with the specified state.
| |
TaskCompletionSource<(Of <(TResult>)>)(TaskCreationOptions) |
Creates a TaskCompletionSource<(Of <(TResult>)>)
with the specified options.
| |
TaskCompletionSource<(Of <(TResult>)>)(Object, TaskCreationOptions) |
Creates a TaskCompletionSource<(Of <(TResult>)>) with
the specified state and options.
|